Fix a typo in the docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 4 Sep 2008 04:20:54 +0000 (04:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 4 Sep 2008 04:20:54 +0000 (04:20 +0000)
svn path=/trunk/; revision=21276

ChangeLog
gtk/gtktestutils.c

index d4229e80c0d47487b489bc4fab7512fbcba24e6b..fc13dae5294f9334554782cc59aadde9c6d1b0b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktestutils.c: Fix a typo in the docs.
+
 2008-09-03  Matthias Clasen  <mclasen@redhat.com>
 
        * NEWS: Updates
index 4a5c8318be574b2e0fd6320562799f560f95bb0e..eddf785bae1c6dbecdfca20c14da8f3eae78fc08 100644 (file)
@@ -483,7 +483,7 @@ gtk_test_text_get (GtkWidget *widget)
  * gtk_test_create_widget
  * @widget_type: a valid widget type.
  * @first_property_name: Name of first property to set or %NULL
- * @Varags: value to set the first property to, followed by more
+ * @Varargs: value to set the first property to, followed by more
  *    name-value pairs, terminated by %NULL
  *
  * This function wraps g_object_new() for widget types.